home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / ImageMagick / xtp / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.8 KB  |  41 lines

  1. Xtp is a utility for retrieving, listing, or printing files from a
  2. remote network site.  Xtp performs most of the same functions as the
  3. ftp program, but does not require any interactive commands.  You simply
  4. specify the file transfer task on the command line and xtp performs the
  5. transfer automatically.
  6.  
  7. To retrieve file contrib/ImageMagick.tar.Z from host export.lcs.mit.edu, 
  8. use:
  9.  
  10.   xtp -binary -retrieve ImageMagick.tar.Z export.lcs.mit.edu contrib
  11.  
  12. Xtp requires 4.3 BSD compatibilities.  I have successfully executed it on
  13. a SUN, DEC Ultrix, MIPS, IBM RS/6000, and Ardent Titan.
  14.  
  15. The author is cristy@dupont.com.  Comments, suggestions, etc, are
  16. welcome, but be kind.
  17.  
  18. ---
  19.  
  20. Copyright 1990 E. I. Dupont de Nemours & Company
  21.  
  22. Permission to use, copy, modify, distribute, and sell this software and
  23. its documentation for any purpose is hereby granted without fee,
  24. provided that the above copyright notice appear in all copies and that
  25. both that copyright notice and this permission notice appear in
  26. supporting documentation, and that the name of E. I. Dupont de Nemours
  27. & Company not be used in advertising or publicity pertaining to
  28. distribution of the software without specific, written prior
  29. permission.  E. I. Dupont de Nemours & Company makes no representations
  30. about the suitability of this software for any purpose.  It is provided
  31. "as is" without express or implied warranty.
  32.  
  33. E. I. Dupont de Nemours & Company disclaims all warranties with regard
  34. to this software, including all implied warranties of merchantability
  35. and fitness, in no event shall E. I. Dupont de Nemours & Company be
  36. liable for any special, indirect or consequential damages or any
  37. damages whatsoever resulting from loss of use, data or profits, whether
  38. in an action of contract, negligence or other tortious action, arising
  39. out of or in connection with the use or performance of this software.
  40.  
  41.